home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.001 / tcpdump-~ / tcpdump-3.0.2-linux / libpcap-0.0.6 / CHANGES < prev    next >
Encoding:
Text File  |  1995-04-28  |  2.2 KB  |  69 lines

  1. @(#) $Header: CHANGES,v 1.4+ 94/06/20 19:22:33 leres Exp $ (LBL)
  2.  
  3. v0.0.6 Fri Apr 28 04:07:13 PDT 1995
  4.  
  5. - Add missing variable declaration missing from 0.0.6
  6.  
  7. v0.0.5 Fri Apr 28 00:22:21 PDT 1995
  8.  
  9. - Workaround for problems when pcap_read() returns 0 due to the timeout
  10.   expiring.
  11.  
  12. v0.0.4 Thu Apr 20 20:41:48 PDT 1995
  13.  
  14. - Change configuration to not use gcc v2 flags with gcc v1.
  15.  
  16. - Fixed a bug in pcap_next(); if pcap_dispatch() returns 0, pcap_next()
  17.   should also return 0. Thanks to Richard Stevens (rstevens@noao.edu).
  18.  
  19. - Fixed configure to test for snoop before dlpi to avoid problems under
  20.   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
  21.  
  22. - Hack around deficiency in Ultrix's make.
  23.  
  24. - Fix two bugs related to the Solaris pre-5.3.2 bufmod bug; handle
  25.   savefiles that have more than snapshot bytes of data in them (so we
  26.   can read old savefiles) and avoid writing such files.
  27.  
  28. v0.0.3 Tue Oct 18 18:13:46 PDT 1994
  29.  
  30. - Fixed configure to test for snoop before dlpi to avoid problems under
  31.   IRIX 5. Thanks to J. Eric Townsend (jet@abulafia.genmagic.com).
  32.  
  33. v0.0.2 Wed Oct 12 20:56:37 PDT 1994
  34.  
  35. - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
  36.   Stevens.
  37.  
  38. - Determine pcap link type from dlpi media type. Resulted from report
  39.   by Mahesh Jethanandani (mahesh@npix.com).
  40.  
  41. v0.0.1 Fri Jun 24 14:50:57 PDT 1994
  42.  
  43. - Fixed bug in nit_setflags() in pcap-snit.c. The streams ioctl timeout
  44.   wasn't being initialized sometimes resulting in an "NIOCSFLAGS:
  45.   Invalid argument" error under OSF/1. Reported by Matt Day
  46.   (mday@artisoft.com) and Danny Mitzel (dmitzel@whitney.hitc.com).
  47.  
  48. - Turn on FDDI support by default.
  49.  
  50. v0.0 Mon Jun 20 19:20:16 PDT 1994
  51.  
  52. - Initial release.
  53.  
  54. - Fixed bug with greater/less keywords, reported by Mark Andrews
  55.   (mandrews@alias.com).
  56.  
  57. - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
  58.   by Elan Amir (elan@leeb.cs.berkeley.edu).
  59.  
  60. - Machines with little-endian byte ordering are supported thanks to
  61.   Jeff Mogul.
  62.  
  63. - Add hack for version 2.3 savefiles which don't have caplen and len
  64.   swapped thanks to Vern Paxson.
  65.  
  66. - Added "&&" and "||" aliases for "and" and "or" thanks to Vern Paxson.
  67.  
  68. - Added length, inbound and outbound keywords.
  69.